<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

ul, li, form, dl, dt, dd, div, pre, ol {
	padding: 0;
	margin: 0;
}
.ul, .ul li {
	list-style:none;
}
.no_margin {
	margin:0;
}
select, input, textarea {
	border-radius:0;
	-webkit-border-radius:0;
	color:#333;
	-webkit-box-sizing:content-box;
}
pre {
	white-space:pre-wrap;
	white-space:-moz-pre-wrap;
	white-space:-pre-wrap;
	white-space:-o-pre-wrap;
	word-wrap:break-word;
	font-family:"Microsoft YaHei", "微软雅黑", "宋体";
}
input:focus {
	outline: none;
}
wtl-code {
	display: none;
}
wtl {
	display:inherit;
}
p {
	margin:10px 0;
}
/*强制去除表单自带的样式*/ 
input, button, select, textarea {
	margin:0;
	padding:0;
	outline:none;/*-webkit-appearance:none;*/
	font-family:"Microsoft YaHei", "微软雅黑", "宋体";
}
/*强制去除textarea自带的样式*/
textarea {
	resize:none;/*-webkit-appearance:none;*/
}
/*html5设置*/
article, aside, footer, header, hgroup, nav, section, figure, figcaption {
	display: block;
}
figure, figcaption {
	margin:0px;
	padding:0px;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
img {
	border:none;
	border:0;
	vertical-align:baseline;
}
a {
	color:#615d5d;
	text-decoration:none;
noline:-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
a:focus {
	outline:none;
	-moz-outline:none;
}
a:hover {
	text-decoration:none;
}
/*清楚浮动*/
.clear {
	clear:both;
	height:0px;
	overflow:hidden;
}
/*初始化样式*/

/*页面框架结构*/
.auto {
	margin:0 auto;
}
.auto_950 {
	width:950px;
}
.auto_1000 {
	width:1000px;
}
.auto_1100 {
	width:1100px;
}
.auto_1190 {
	width:1190px;
}
.auto_1200 {
	width:1200px;
}
.auto_1050 {
	width:1050px;
}</pre></body></html>